home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
dev
/
gui
/
iedit210.lha
/
ieditor
/
Install
< prev
next >
Wrap
Text File
|
1995-08-29
|
3KB
|
159 lines
; $VER: InterfaceEditor-Install 1.2 (29.8.95)
(complete 0)
(set InstallDir
(askdir
(prompt "Where do you want to install Interface Editor?")
(help @askdir-help)
(default "Work:")
)
)
(Set DestDir
(tackon InstallDir "IEditor")
)
(Set IncludeDir
(tackon DestDir "Include")
)
(Set PatcherDir
(tackon DestDir "Patcher")
)
(Set LocaleDir
(tackon DestDir "Locale")
)
(set @default-dest
DestDir
)
(makedir
DestDir
(infos)
)
(complete 10)
(if (<= (/ (getversion) 65536) 38)
(set Kick2 1)
(set Kick2 0)
)
(copyfiles
(source "")
(dest DestDir)
(pattern "~(Install|Locale|Libs)#?")
(infos)
(noposition)
)
(if Kick2
(tooltype
(dest (tackon DocsDir "InterfaceEditor_ENG.guide"))
(setdefaulttool "AmigaGuide")
(dest (tackon DocsDir "InterfaceEditor_ITA.guide"))
(setdefaulttool "AmigaGuide")
)
)
(complete 50)
(makedir
LocaleDir
(infos)
)
(copyfiles
(source "Locale")
(dest LocaleDir)
(pattern "IEditor#?.c#?")
)
(complete 60)
(if
(askbool
(prompt "Shall I copy the Patcher? "
"This program is needed to convert v2.07 GUI files "
"into v2.09 ones.")
(help "If you have many files v2.07, I think you should install Patcher... ;)")
)
(
(makedir
PatcherDir
(infos)
)
(copyfiles
(source "Patcher")
(dest PatcherDir)
(all)
(infos)
(noposition)
)
)
)
(complete 70)
(if
(askbool
(prompt "Shall I copy the Include files? "
"This files are needed if you want to compile "
"the sources created by IEditor but you doesn't "
"have the Includes release 3.0+")
(help "Well, if your kickstart isn't v3.0+, you should install these files...")
)
(
(makedir
IncludeDir
(infos)
)
(copyfiles
(source "Include")
(dest IncludeDir)
(all)
(infos)
(noposition)
)
)
)
(complete 80)
(copylib
(prompt "Copying nofrag.library")
(help @copylib)
(source "Libs/nofrag.library")
(dest "LIBS:")
(confirm)
)
(complete 85)
(copylib
(prompt "Copying reqtools.library")
(help @copylib)
(source "Libs/reqtools.library")
(dest "LIBS:")
(confirm)
)
(complete 90)
(copyfiles
(prompt "Copying catalog files")
(help @copyfiles-help)
(source "Locale")
(dest "LOCALE:Catalogs")
(confirm)
(choices "english" "deutsch")
)
(complete 100)